home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UNATTEND.TXT < prev    next >
Encoding:
Text File  |  2003-04-22  |  1.2 KB  |  65 lines

  1.  
  2. ; Microsoft Windows
  3. ; (c) 1994 - 2001 Microsoft Corporation. All rights reserved.
  4. ;
  5. ; Sample Unattended Setup Answer File
  6. ;
  7. ; This file contains information about how to automate the installation
  8. ; or upgrade of Windows so the Setup program runs without requiring
  9. ; user input.  You can find more information in the ref.chm found at
  10. ; CD:\support\tools\deploy.cab
  11. ;
  12.  
  13. [Unattended]
  14. Unattendmode = FullUnattended
  15. OemPreinstall = NO
  16. TargetPath = *
  17. Filesystem = LeaveAlone
  18.  
  19.  
  20. [GuiUnattended]
  21. ; Sets the Timezone to the Pacific Northwest
  22. ; Sets the Admin Password to NULL
  23. ; Turn AutoLogon ON and login once
  24. TimeZone = "004"
  25. AdminPassword = *
  26. AutoLogon = Yes
  27. AutoLogonCount = 1
  28.  
  29.  
  30. [LicenseFilePrintData]
  31. ; For Server installs
  32. AutoMode = "PerServer"
  33. AutoUsers = "5"
  34.  
  35.  
  36. [GuiRunOnce]
  37. ; List the programs that you want to lauch when the machine is logged into for the first time
  38.  
  39.  
  40. [Display]
  41. BitsPerPel = 16
  42. XResolution = 800
  43. YResolution = 600
  44. VRefresh = 70
  45.  
  46.  
  47. [Networking]
  48.  
  49.  
  50. [Identification]
  51. JoinWorkgroup = Workgroup
  52.  
  53.  
  54. [UserData]
  55. FullName = "Your User Name"
  56. OrgName = "Your Organization Name"
  57. ComputerName = *
  58.  
  59.  
  60.  
  61. ProductKey     = ""
  62.  
  63.  
  64.  
  65.